> / > general > tech > server-docs
Backup routine
Runs nightly and creates a borg archive named yyyy-mm-dd.
Old archives are pruned so it keeps 7 daily backups, 6 monthly backups and 4 weekly backups.
Finally all changes in the borg repository is synchronised to backblaze.
To restore from backblaze
- Make sure borg is installed
- rclone copy remote:bucket-name .
- mkdir /mnt/borg
- sudo borg mount /path/to/borg/repo /mnt/borg
Tags
#backup #home-server
{{backlinks}}